home *** CD-ROM | disk | FTP | other *** search
- Path: netnews.uthscsa.edu!usenet
- From: Merardo Monzon <Monzon@uthscsa.edu>
- Newsgroups: comp.lang.c,comp.lang.c,moderated
- Subject: Symantec C++ 7.0.6 for the Mac (using Thick C enabled feature)
- Date: Wed, 20 Mar 1996 09:35:48 -0800
- Organization: U.T. Health Science Center At San Antonio
- Message-ID: <315041F4.4AC2@uthscsa.edu>
- NNTP-Posting-Host: monzonpc.uthscsa.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- I've declared a global character type variable as follows:
-
- char tHd[] = {
- "<FONT SIZE=3><CENTER>\n<DL>\n \
- <DD><A HREF=\"#PR_APPIN\">Nelda Appin</A> \n \
- <DD><A HREF=\"#PR_BURNFIELD\">Dean Burnfield</A>\n \
- <DD><A HREF=\"#PR_GAYDOU\">Diane Gaydou</A> \n \
- <DD><A HREF=\"#PR_HOLM\">Mike Holm</A> \n \
- <DD><A HREF=\"#PR_MALOY\">Anna Maloy</A> \n \
- <DD><A HREF=\"#PR_MASCORRO\">Daniel Mascorro</A>\n \
- <DD><A HREF=\"#PR_MONZON\">Merardo Monzon</A> \n \
- <DD><A HREF=\"#PR_ORTIZA\">Albert Ortiz</A> \n \
- <DD><A HREF=\"#PR_PIERCE\">Debbie Pierce</A>\n \
- <DD><A HREF=\"#PR_REICHERT\">David Reichert</A>\n \
- <DD><A HREF=\"#PR_SCHOOLFIELD\">John Schoolfield</A>\n \
- <DD><A HREF=\"#PR_SHIAU\">SHIAU</A>\n \
- <DD><A HREF=\"#PR_WOOD\">Robert Wood</A> \n \
- <DD><A HREF=\"#PR_YUAN\">YUAN</A>\n \
- </DL></Center></Font>\n<br><pre>"
- };
- The entire string is NOT stored by the char array tHd. The string is
- truncated after 479 bytes. Why? Is this particular to Symantec C++
- 7.0.6 (with this product one can select the compiler to use C or C++).
-
- Please respond directly to my e-mail address.
- There must be someone using this product on the Mac.
-
- Merardo Monzon
- Monzon@uthscsa.edu
- UT Health Science Center At San Antonio, Tx
-